projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71ecd62
)
* lisp/help-fns.el (describe-variable): Fix a left-over parenthesis
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Sat, 16 Jan 2016 09:18:13 +0000
(09:18 +0000)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Sat, 16 Jan 2016 09:18:13 +0000
(09:18 +0000)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 13daafb0f2067f876449032adccb8be6fe050014..2021885e996c47ff81d123d80ce694ddb4bde1d5 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-939,7
+939,7
@@
if it is given a local binding.\n"))))
(with-current-buffer standard-output
(insert-text-button
file 'type 'help-dir-local-var-def
- 'help-args (list variable file)))
)
+ 'help-args (list variable file)))
(princ (substitute-command-keys "'.\n"))))
(princ (substitute-command-keys
" This variable's value is file-local.\n"))))